Auto merge of #3193 - matklad:kill-command-proto, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 12 Oct 2016 14:24:47 +0000 (07:24 -0700)
committerGitHub <noreply@github.com>
Wed, 12 Oct 2016 14:24:47 +0000 (07:24 -0700)
Remove command prototype

A followup of #3177 . I am not sure, but perhaps we can remove/refactor `CommandType` as well: for each command variant, `Compilation` as a public dedicated method, but it also has a generic one (`process`) (haha: https://github.com/rust-lang/cargo/pull/1107/files#r22429844).


Trivial merge